home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
games1
/
break.frm
(
.txt
)
< prev
next >
Wrap
Visual Basic Form
|
1997-02-23
|
32KB
|
853 lines
VERSION 4.00
Begin VB.Form frmBreakThru
Appearance = 0 'Flat
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
Caption = "BREAK-THRU!"
ClientHeight = 5265
ClientLeft = 2670
ClientTop = 2025
ClientWidth = 3810
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 700
size = 8.25
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 5955
Icon = "BREAK.frx":0000
KeyPreview = -1 'True
Left = 2610
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5265
ScaleWidth = 3810
ShowInTaskbar = 0 'False
Top = 1395
Width = 3930
Begin VB.Timer JoyTimer
Interval = 22
Left = 3060
Top = 5280
End
Begin VB.PictureBox picPaddle
Appearance = 0 'Flat
AutoRedraw = -1 'True
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 180
Left = 1320
Picture = "BREAK.frx":030A
ScaleHeight = 12
ScaleMode = 3 'Pixel
ScaleWidth = 30
TabIndex = 6
Top = 5460
Visible = 0 'False
Width = 450
End
Begin VB.PictureBox picBlack
Appearance = 0 'Flat
AutoRedraw = -1 'True
BackColor = &H00000000&
FillStyle = 0 'Solid
ForeColor = &H80000008&
Height = 495
Left = 270
ScaleHeight = 465
ScaleWidth = 675
TabIndex = 8
Top = 5190
Visible = 0 'False
Width = 705
End
Begin VB.PictureBox picBall
Appearance = 0 'Flat
AutoRedraw = -1 'True
AutoSize = -1 'True
BackColor = &H80000005&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 120
Left = 1110
Picture = "BREAK.frx":044C
ScaleHeight = 8
ScaleMode = 3 'Pixel
ScaleWidth = 8
TabIndex = 7
Top = 5520
Visible = 0 'False
Width = 120
End
Begin VB.PictureBox picField
Appearance = 0 'Flat
BackColor = &H00000000&
ClipControls = 0 'False
ForeColor = &H80000008&
Height = 3975
Left = 135
ScaleHeight = 263
ScaleMode = 3 'Pixel
ScaleWidth = 234
TabIndex = 0
Tag = "/3d/"
Top = 1140
Width = 3540
Begin VB.Label lblGameOver
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "GAME OVER"
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 400
size = 12
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 315
Left = -30
TabIndex = 2
Top = 1260
Visible = 0 'False
Width = 3525
End
Begin VB.Image imgBlock
Appearance = 0 'Flat
Height = 210
Index = 0
Left = 1080
Picture = "BREAK.frx":04EE
Top = 480
Visible = 0 'False
Width = 300
End
Begin VB.Label lblPaused
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "PAUSED"
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 400
size = 12
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 315
Left = 0
TabIndex = 12
Top = 1740
Visible = 0 'False
Width = 3525
End
End
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 5
Left = 2520
Top = 5280
End
Begin VB.Label lblHiScore
Alignment = 2 'Center
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "0000"
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 700
size = 9.75
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 255
Left = 1620
TabIndex = 11
Tag = "/3d/"
Top = 540
Width = 1875
End
Begin VB.Label Label4
Alignment = 1 'Right Justify
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "High Score:"
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 700
size = 9.75
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 255
Left = 240
TabIndex = 10
Top = 540
Width = 1275
End
Begin VB.Label lblPoints
Alignment = 1 'Right Justify
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "0000"
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 700
size = 12
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 315
Left = 1140
TabIndex = 3
Top = 150
Width = 675
End
Begin VB.Label Label2
Alignment = 1 'Right Justify
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "Points:"
BeginProperty Font
name = "MS Sans Serif"
charset = 0
weight = 700
size = 12
underline = 0 'False
italic = 0 'False
strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 315
Left = 240
TabIndex = 5